Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update all non-major dependencies #39

Merged
merged 1 commit into from
Jan 10, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Aug 18, 2023

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
@discordjs/builders (source) ^1.6.5 -> ^1.7.0 age adoption passing confidence
@nezuchan/constants (source) ^0.5.6 -> ^0.8.0 age adoption passing confidence
@nezuchan/core (source) ^0.6.3 -> ^0.7.3 age adoption passing confidence
@nezuchan/decorators (source) ^0.1.0 -> ^0.2.0 age adoption passing confidence
@nezuchan/framework (source) ^0.6.3 -> ^0.7.3 age adoption passing confidence
@swc/cli ^0.1.62 -> ^0.1.63 age adoption passing confidence
@swc/core (source) ^1.3.78 -> ^1.3.102 age adoption passing confidence
@types/amqplib (source) ^0.10.1 -> ^0.10.4 age adoption passing confidence
@types/common-tags (source) ^1.8.1 -> ^1.8.4 age adoption passing confidence
@types/node (source) ^18.17.5 -> ^18.19.6 age adoption passing confidence
rimraf ^5.0.1 -> ^5.0.5 age adoption passing confidence

Release Notes

discordjs/discord.js (@​discordjs/builders)

v1.7.0

Compare Source

Features

NezuChan/library (@​nezuchan/constants)

v0.8.0

Compare Source

v0.7.0

Compare Source

v0.6.0

Compare Source

v0.5.8

Compare Source

v0.5.7

Compare Source

swc-project/cli (@​swc/cli)

v0.1.63

Compare Source

swc-project/swc (@​swc/core)

v1.3.102

Compare Source

Bug Fixes

v1.3.101

Compare Source

v1.3.100

Compare Source

Bug Fixes
Miscellaneous Tasks
Build

v1.3.99

Compare Source

v1.3.96

Compare Source

Bug Fixes
Features
Performance
Refactor

v1.3.95

Compare Source

Bug Fixes
  • (es/compat) Don't add pure annotations to dummy spans (#​8172) (9ceb57b)

  • (es/minifier) Always consider reassigned when inlining (#​8168) (c26a225)

  • (es/typescript) Support ts_enum_is_mutable with const enums (#​8171) (02d0613)

Build

v1.3.94

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor

v1.3.93

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
  • (es/minifier) Fix script for extracting test cases from next.js app (#​8092) (a2d0779)
Refactor

v1.3.92

Compare Source

Bug Fixes
  • (es/compat) Fix scoping of explicit-resource-management (#​8044) (96a7a4d)

  • (es/compat) Transform default-exported class decorators correctly (#​8050) (a751f1c)

  • (es/compat) Use async and await correctly in block-scoping pass (#​8056) (8318ea8)

  • (es/module) Handle directives (#​8048) (4d8e101)

Miscellaneous Tasks
Refactor

v1.3.91

Compare Source

Bug Fixes
  • (es/compat) Use return statements for method and setter decorator (#​8017) (38bc710)

  • (es/compat) Generate OptCall for OptCall for private fields (#​8031) (06b6eb9)

  • (es/minifier) Check if object shorthand is skippable for seq inliner (#​8036) (01391e3)

  • (es/module) Sort the exported ESM bindings (#​8024) (990ca06)

  • (es/typescript) Rename wrong unresolved_mark (#​8018) (5817268)

  • (es/typescript) Preserve default value of an exported binding in a namespace (#​8029) (cf96171)

Documentation
Features
Miscellaneous Tasks
Refactor

v1.3.90

Compare Source

Bug Fixes
  • (es/codegen) Fix codegen of unicode surrogates (#​7985) (39c680d)

  • (es/codegen) Fix codegen of optional chaining expr with a comment (#​8005) (f07bb48)

  • (es/typescript) Handle DeclareCollect correctly (#​8008) (9d08b8a)

  • (es/typescript) Handle qualified access in assign pat (#​8012) (2f01aba)

v1.3.89

Compare Source

Bug Fixes
Refactor

v1.3.88

Compare Source

Features
  • (es/config) Accept jsc.experimental.keepImportAssertions (#​7995) (4d777ee)
Refactor

v1.3.87

Compare Source

Bug Fixes
  • (bindings/type) Update types of jsc.experimental (#​7972) (e40fccb)

  • (es/compat) Handle nullish in fn expr scope (#​7980) (5050f58)

  • (es/minifier) Do not inline into a template literal with sequential inliner (#​7971) (b3d3a7b)

v1.3.86

Compare Source

Bug Fixes
  • (es/compat) Handle PrivateName in logical_assignments (#​7958) (28318f0)

  • (es/minifier) Handle ModuleDecl when transform const modules (#​7959) (06ca1fe)

  • (es/module) Preserve import specifier if resolving fails (#​7955) (be5b02a)

Miscellaneous Tasks
  • (es/preset-env) Add the repository url to Cargo.toml (#​7941) (ca22359)

  • (es/preset-env) Ignore tp in the version of a browser version (#​7968) (005ddc5)

Refactor
Build

v1.3.85

Compare Source

Bug Fixes
  • (css/modules) Support composes when using multiple subclass selectors (#​7949) (05ca19b)

  • (es/compat) Handle single expression case in static block (#​7944) (a80aec4)

  • (es/minifier) Parse a file as a module only if opts.module is true (#​7943) (b87ac64)

Features
  • (es/compat) Support pure_getters for optional_chaining (#​7933) (c091c5e)

  • (es/module) Add an option to make resolver fully resolve index.js (#​7945) (7e8d72d)

v1.3.84

Compare Source

Bug Fixes

v1.3.83

Compare Source

Bug Fixes
Features
  • (es/codegen) Add an option to print assert for import attributes (#​7914) (ee75756)

v1.3.82

Compare Source

Bug Fixes
  • (common) Fix logic for excluding FileName from source maps (#​7900) (aa64955)

  • (es/module) Make jsc.paths fully resolve TypeScript files (#​7901) (c714dd2)

  • (es/resolver) Correctly resolve global value (#​7893) (2db10e9)

v1.3.81

Compare Source

Bug Fixes
  • (es/codegen) Fix placing of comments of yield arguments (#​7858) (122d14c)

  • (es/compat) Apply transforms for explicit resource management (#​7881) (3180e68)

  • (es/compat) Make SwitchCase handler of block-scoping stateless (#​7888) (4b33d41)

  • (es/dep-graph) Analyze import type children (#​7883) (057bd5f)

  • (es/minifier) Report is_fn_local even if var is hoisted (#​7876) (87a47bf)

  • (es/module) Don't create absolute paths for jsc.paths on Windows (#​7892) (5fbc251)

  • (swc-info) Use correct path while getting local package versions (#​7872) (67afaf1)

Features
Miscellaneous Tasks
Performance
Refactor
  • (es/minifier) Remove mutated and mutation_by_call_count (#​7890) (8db968a)

v1.3.80

Compare Source

Bug Fixes
  • (es/module) Fix logic for exact matches in jsc.paths (#​7860) (52a1ee7)

  • (es/module) Don't resolve as node_modules from TscResolver (#​7866) (11ebae1)

Miscellaneous Tasks
  • general: Remove unused files (e47f1c2)

v1.3.79

Compare Source

Bug Fixes
Features
Miscellaneous Tasks
Refactor
isaacs/rimraf (rimraf)

v5.0.5

Compare Source

v5.0.4

Compare Source

v5.0.3

Compare Source

v5.0.2

Compare Source


Configuration

📅 Schedule: Branch creation - "before 6am" in timezone Asia/Jakarta, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot changed the title chore(deps): update all non-major dependencies to ^0.6.7 chore(deps): update all non-major dependencies Aug 18, 2023
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 9 times, most recently from 11cfeb7 to f1b676c Compare August 25, 2023 17:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 8 times, most recently from 36dc9b2 to a9ea218 Compare September 2, 2023 22:41
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 873a175 to a2299c8 Compare September 9, 2023 12:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from d37e142 to 0639b09 Compare September 16, 2023 11:31
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 0639b09 to 1ca73ed Compare September 19, 2023 01:03
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 5 times, most recently from 2a528b1 to 8461c2c Compare November 22, 2023 04:48
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 4 times, most recently from 3cdd368 to 9ebd2d0 Compare November 30, 2023 22:06
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from ca1027c to f36e3e0 Compare December 7, 2023 13:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from f36e3e0 to 24faa15 Compare December 18, 2023 07:38
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 7 times, most recently from b096e4a to 3a762e3 Compare January 1, 2024 16:33
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 6 times, most recently from 058cc5a to c101bc1 Compare January 10, 2024 13:44
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from c101bc1 to 85e7d87 Compare January 10, 2024 13:46
@KagChi KagChi merged commit 8721bdc into main Jan 10, 2024
4 checks passed
@renovate renovate bot deleted the renovate/all-minor-patch branch January 10, 2024 13:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant